home *** CD-ROM | disk | FTP | other *** search
- VERSION 4.00
- Begin VB.Form frmTest
- Caption = "EasyTip Test"
- ClientHeight = 1830
- ClientLeft = 3795
- ClientTop = 2070
- ClientWidth = 3840
- Height = 2235
- Left = 3735
- LinkTopic = "Form1"
- ScaleHeight = 1830
- ScaleWidth = 3840
- Top = 1725
- Width = 3960
- Begin VB.CommandButton Command1
- Caption = "Rest Mouse Here"
- Height = 375
- Left = 840
- TabIndex = 0
- Tag = "this is the tooltip"
- Top = 660
- Width = 2115
- End
- Attribute VB_Name = "frmTest"
- Attribute VB_Creatable = False
- Attribute VB_Exposed = False
- Option Explicit
- Private Sub Form_Load()
- Load frmEasyTip
- End Sub
- Private Sub Form_Unload(Cancel As Integer)
- Unload frmEasyTip
- End Sub
-